|
|
|
BlueCielo Meridian Enterprise Server 2013 Administrator's Guide | BlueCielo ECM Solutions |
Configuring the Meridian Project Portal Publishing Service specifies where the service will monitor for new files, how often it monitors, and where and how it will register the files in the Publisher database for publishing.
To configure the Meridian Project Portal File Publishing Service:
Following is a simple example of these settings:
<userSettings> <BlueCieloECM.Publisher.KronodocService.Properties.Settings> <setting name="MonitorSources" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>FC1A22;0</string> <string>1E9967;0</string> </ArrayOfString> </value> </setting> </BlueCieloECM.Publisher.KronodocService.Properties.Settings> </userSettings> <applicationSettings> <BlueCieloECM.Publisher.KronodocService.Properties.Settings> <setting name="PublisherServicesAddress" serializeAs="String"> <value>http://localhost/Publisher/</value> </setting> <setting name="MonitorSecondsPeriod" serializeAs="String"> <value>60</value> </setting> <setting name="PreventDuplicate" serializeAs="String"> <value>True</value> </setting> </BlueCieloECM.Publisher.KronodocService.Properties.Settings> </applicationSettings>
Related concepts
Understanding the Meridian Project Portal system link
Related tasks
Configuring a Meridian Enterprise application server
Configuring the BlueCielo File Publishing Service
Configuring a SharePoint server
Configuring a Meridian Enterprise Server cluster
Related information
Copyright © 2000-2014 BlueCielo ECM Solutions |